The VBScript menu



Antechinus supports industry-standard Visual Basic Script for applications. This allows you to automate repetitive tasks (e.g., inserting blocks of code), and implement macro-like capabilities. This is done by accessing the document (Doc) and the application (App) objects.
The built-in VBScript editor automatically saves and loads the scripts to and from the Scripts folder. Also, color-coding and Intellisense/Auto-complete are fully supported.
 
VBScript is simple and is best learned by example. We suggest that you run the supplied sample scripts and examine the code.



Select

Loads an existing script for running or editing.

New

Creates the new VBScript.

Edit

Opens the VBScript editor to edit the selected script.



Run

Executes the selected VBScript.

Pause

Pauses the currently running VBScript.

Stop

Stops the currently running VBScript.